You can use grep with ls command to list all the symbolic links present in the current directory. This will list all the links present in the current directory.
Try this : ls -i ~/ 277566 Pictures find . -follow -inum 277566 ( find directories with the same inode number ) It will display all its symbolic links paths.
You can create a soft link in Linux using the ln -s command to organize files and access important files easily. What is Linux Soft Link? · Create Linux Soft Link... · Linux List the Soft and Hard...